type runtime._func
11 uses
runtime (current package)
plugin.go#L104: f := funcInfo{(*_func)(unsafe.Pointer(&md.pclntable[md.ftab[i].funcoff])), md}
runtime2.go#L890: type _func struct {
symtab.go#L286: func (f *Func) raw() *_func {
symtab.go#L287: return (*_func)(unsafe.Pointer(f))
symtab.go#L294: func (f *_func) funcInfo() funcInfo {
symtab.go#L541: f1 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i].funcoff])), datap}
symtab.go#L542: f2 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i+1].funcoff])), datap}
symtab.go#L549: println("\t", hex(datap.ftab[j].entryoff), funcname(funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff])), datap}))
symtab.go#L744: *_func
symtab.go#L757: func (f *_func) isInlined() bool {
symtab.go#L797: return funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[funcoff])), datap}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |